home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
La Bible Des... Jeux
/
La Bible des... Jeux.iso
/
Anti-sèches & Niveaux
/
Pour Doom II
/
Urban 2
/
PC Bits
/
INSTALL.BAT
< prev
Wrap
DOS Batch File
|
1995-04-17
|
1KB
|
41 lines
rem
rem URBAN2.WAD install by Bill Zimmerman (wzimm@u.washington.edu)
rem Thanks to Olivier Montanuy for DeuSF tips.
rem
echo off
cls
echo ########## URBAN Deathmatch E-Z Install ###########
echo.
echo DeuSF will append the required sprites and flats from
echo DOOM2.WAD to URBGFX.WAD. Your DOOM2.WAD and DOOM2.EXE
echo will *not* be modified.
echo.
echo If you have DeuTex, simply use DeuTex -merge URBGFX.WAD
echo (This will merge the URBGFX pwad with DOOM2.WAD, but
echo restoration is easy with Deutex -restore).
echo You need at least 4 free megs of disk space for this patch.
echo.
pause
if exist DOOM2.WAD goto mod
echo
echo You must install this patch from your DOOM2 directory.
goto end
:mod
echo Appending DOOM2 sprites and flats to URBGFX.WAD...
deusf -app urbgfx.wad
if errorlevel 0 goto done
echo.
echo What eeeeeez it maaan?
echo Are you out of disk space?
goto end
:done
echo.
echo.
echo *** Install complete! ***
echo.
echo Run Doom2 with -file URBAN2.WAD URBGFX.WAD and your deathmatch
echo parameters. As always, -altdeath is recommended. You can
echo restore the PWAD later with DeuSF -restore URBGFX.WAD.
echo.
:end